home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00008_home.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  239 b   |  23 lines

  1.  
  2. on mouseUp me
  3.   go to "p_home"
  4.  
  5. end
  6.  
  7. on mouseDown me
  8.   beep
  9.  
  10. end
  11.  
  12. on mouseEnter me
  13.   set the ink of sprite the currentSpriteNum to 4
  14.   cursor 280
  15.  
  16. end
  17.  
  18. on mouseLeave me
  19.   cursor -1
  20.   set the ink of sprite the currentSpriteNum to 36
  21.  
  22. end
  23.